home *** CD-ROM | disk | FTP | other *** search
- name ACL Output
-
- c 00
- g 00
- p >8
- x ->3.>4
- y ->3.>4
- z ->3.>4
- X ->3.>4
- Y ->3.>4
- Z ->3.>4
- I ->3.>4 ""
- J ->3.>4 ""
- K ->3.>4 ""
- f >3.>3
- i 00
- t >2
- l >2
- u 00
- G >2
- e 00
- h 00
-
- HCode x # X or X U 'Horizontal char.
- VCode y # Y or Y V 'Vertical char.
- Dcode z # Depth char.
- FeedCode f # Feed rate char.
-
- Comment ( ) # Begin End comment char.
-
- Spindle 3 4 5 # Cw, ccw & stop m codes
- Coolant 8 9 7 # On, Off & Mist m codes
- DComp 41 42 40 # Left, Right & Cancel m codes
- LComp 43 49 # On & Off codes
-
- Feed G1 # Linear move
- Rapid G0 # Rapid positioning word
- Cw G2 # Circular move clockwise
- Ccw G3 # Circular move counter clockwise
- Inc/Abs G 91 90 # Inc & Abs char. & values
- Work G # Work offset register
- CtrCode I J # I J or R or I J K L
- Helical? N
-
- Spaces? Y # Y or N 'Spaces between words
- Incremental? N # Y or N 'Inc or abs output
- CtrIncremental? N # Y or N 'Inc or abs I & J
- ByQuadrants? N # Y or N 'Break arcs at quadrants
- CtrCode I J # I J or R or I J K L
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
- StartCode # Start of the program
- p[Program#]
- End
-
- 1stToolChange # First tool change
- f[FRate] i0
- t[Tool] l[Lcomp]
- End
-
- Infeed # Enable cutter comp
- u0 G[Side]
- g0 x[H] y[V]
- end
-
- Outfeed # Disable cutter comp
- u0 G40
- g0 x[H] y[V]
- end
-
- ToolChange # Secondary tool changes
- g0 x[H] y[V] z[ToolD]
- t[Tool] l[Lcomp]
- End
-
- EndCode # End of the program
- e0
- h0
- End
-
- LineCode # Linear move
- g0 x[H] y[V] z[D]
- end
-
- CwCode # CW circular move
- c0 I[Hctr] J[Vctr] K[D]
- I0.0 J0.0 K1.0
- x[H] y[V] z[D]
- end
-
- CcwCode # CCW circular move
- c0 I[Hctr] J[Vctr] K[D]
- I0.0 J0.0 K1.0
- x[H] y[V] z[D]
- end
-
- Replace "c" with "CIRCLE"
- Replace "g" with "GOTO"
- Replace "p" with "PARTNO "
- Replace "i" with "IPM"
- Replace "u" with "CUTCOM"
- Replace "G41" with "LEFT"
- Replace "G42" with "RIGHT"
- Replace "G40" with "OFF"
- Replace "t" with "LOADTL "
- Replace "e" with "END"
- Replace "h" with "FINI"
- Replace "f" with "FEDRAT "
- Replace "x" with ""
- Replace "y" with ""
- Replace "z" with ""
- Replace "G0" with ""
-